home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MILIM8.DIR / 00063_Script_63 < prev    next >
Text File  |  1996-02-22  |  202b  |  11 lines

  1. on mousedown
  2.   if the mousedown then
  3.     
  4.     set the castnum of sprite 3 to 33
  5.     updatestage
  6.     repeat while the stilldown
  7.     end repeat
  8.     delay 100
  9.   end if
  10.   play movie "minmov32"
  11. end